home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 41.zip / BS1 part 41 / Devpac 2.12 disk 2.adf / include.cbm / exec / errors.i < prev    next >
Text File  |  1987-03-31  |  798b  |  28 lines

  1.     IFND EXEC_ERRORS_I
  2. EXEC_ERRORS_I SET 1
  3. **********************************************************************
  4. *
  5. *   Commodore Amiga -- ROM Operating System Executive Include File
  6. *
  7. **********************************************************************
  8. *
  9. *   Source Control:
  10. *
  11. *       $Header: errors.i,v 1.0 85/08/28 15:07:26 carl Exp $
  12. *
  13. *       $Locker:  $
  14. *
  15. **********************************************************************
  16.  
  17. *------ Standard IO Errors:
  18.  
  19. IOERR_OPENFAIL  EQU     -1              * device/unit failed to open
  20. IOERR_ABORTED   EQU     -2              * request aborted
  21. IOERR_NOCMD     EQU     -3              * command not supported
  22. IOERR_BADLENGTH EQU     -4              * not a valid length
  23.  
  24.  
  25. ERR_OPENDEVICE  EQU  IOERR_OPENFAIL     * REMOVE !!!
  26.  
  27.     ENDC !EXEC_ERRORS_I
  28.